home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Leonardo daVinci
/
LEODAVINCI.ISO
/
DATA
/
G2.Dxr
/
00020_Help L0.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-11-22
|
222 b
|
17 lines
global vG2Room0Obj
on mouseDown
if objectp(vG2Room0Obj) then
registerMouseDown()
clickSound()
end if
end
on mouseUp
if not validateMouseDown() then
exit
end if
L0Goodbye(vG2Room0Obj)
goHelp()
end